From: Gert Wollny Date: Sun, 3 Jul 2016 13:10:35 +0000 (+0000) Subject: Update configuration patch X-Git-Tag: archive/raspbian/3.6.9-4+rpi1^2~269 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22%22?a=commitdiff_plain;h=d2ccd807ab757bce41dbaffb89984cbaf416a48e;p=dcmtk.git Update configuration patch --- diff --git a/debian/patches/04_Fixed-OFoptional-by-introducing-OFalign.patch b/debian/patches/04_Fixed-OFoptional-by-introducing-OFalign.patch index 9309cecb..c03769dc 100644 --- a/debian/patches/04_Fixed-OFoptional-by-introducing-OFalign.patch +++ b/debian/patches/04_Fixed-OFoptional-by-introducing-OFalign.patch @@ -155,28 +155,6 @@ Subject: [PATCH] Fixed OFoptional by introducing OFalign? CFLAGS="$DEBUGCFLAGS $CFLAGS" CXXFLAGS="$DEBUGCXXFLAGS $CXXFLAGS" ---- a/config/include/dcmtk/config/osconfig.h.in -+++ b/config/include/dcmtk/config/osconfig.h.in -@@ -92,6 +92,9 @@ - /* Define if __attribute__((aligned)) is available */ - #undef HAVE_ATTRIBUTE_ALIGNED - -+/* Define if __attribute__((aligned)) is available */ -+#undef HAVE_ATTRIBUTE_ALIGNED -+ - /* Define to 1 if you have the `bcmp' function. */ - #undef HAVE_BCMP - -@@ -286,6 +289,9 @@ - - /* Define if __alignof__ is available */ - #undef HAVE_GNU_ALIGNOF -+ -+/* Define if __alignof__ is available */ -+#undef HAVE_GNU_ALIGNOF - - /* Define to 1 if you have the header file. */ - #undef HAVE_GRP_H --- a/ofstd/tests/toption.cc +++ b/ofstd/tests/toption.cc @@ -17,6 +17,11 @@